runtime.mheap.userArena (field)
13 uses
runtime (current package)
arena.go#L927: mheap_.userArena.quarantineList.insert(s)
arena.go#L1012: if !h.userArena.readyList.isEmpty() {
arena.go#L1013: s = h.userArena.readyList.first
arena.go#L1014: h.userArena.readyList.remove(s)
arena.go#L1018: hintList := &h.userArena.arenaHints
arena.go#L1038: h.userArena.readyList.insertBack(s)
malloc.go#L535: hintList = &mheap_.userArena.arenaHints
malloc.go#L614: userArenaHint.next, mheap_.userArena.arenaHints = mheap_.userArena.arenaHints, userArenaHint
mgcsweep.go#L739: if s.list != &mheap_.userArena.quarantineList {
mgcsweep.go#L743: mheap_.userArena.quarantineList.remove(s)
mgcsweep.go#L744: mheap_.userArena.readyList.insert(s)
mheap.go#L217: userArena struct {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |